test: Use single quote consistently
authorSimon Glass <[email protected]>
Thu, 27 Dec 2018 15:11:13 +0000 (08:11 -0700)
committerTom Rini <[email protected]>
Tue, 15 Jan 2019 20:28:41 +0000 (15:28 -0500)
commit871bf7d9baba0ebb0485c01657399b2a339daa20
tree20e86fa80fc72abb880a245d7576fa878908331f
parenta50eb64915fd2e4775684b0dee98fb5d322ee4e4
test: Use single quote consistently

Some tests have ended up using double quotes where single quotes could be
used. Adjust this for consistency with the rest of U-Boot's Python code.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
test/py/tests/test_avb.py
test/py/tests/test_bind.py
test/py/tests/test_dfu.py
test/py/tests/test_efi_loader.py
test/py/tests/test_fpga.py
test/py/tests/test_fs/conftest.py
test/py/tests/test_mmc_rd.py
test/py/tests/test_net.py
test/py/tests/test_ums.py